home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / fnordadl / fn132src.zoo / cith / dateread.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-02  |  335 b   |  15 lines

  1. /*
  2.  * dateread.h: defines for reading from dates.
  3.  * 
  4.  * 91Jan08 AA    Hacked to use time_t's, also to allow BEFORE *and* AFTER
  5.  */
  6.  
  7. #ifndef _DATEREAD_H
  8. #define _DATEREAD_H
  9.  
  10. #define    dEVERY    0x00        /* read every message */
  11. #define    dBEFORE    0x01        /* read messages before a date */
  12. #define    dAFTER    0x02        /* read messages after a date */
  13.  
  14. #endif
  15.